PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFFixedDocumentFeatures Class / getEnableDocumentFileAttachments Method
In This Topic
    getEnableDocumentFileAttachments Method
    In This Topic
    Gets a value indicating whether document file attachments are enabled.
    If document file attachments are not enabled, then the method will return null and new attachments cannot be created.
    Syntax
    public boolean getEnableDocumentFileAttachments()

    Return Value

    True if the document file attachments are enabled.
    See Also